Indexing methods

EMu uses two basic indexing methods:

Solr indexing

A third indexing method, available with EMu 8.0, allows use of Apache Solr for searching rather than the default Texpress based indexing. Advantages of Solr indexing over Texpress indexing include:

  • significantly lower disk usage;
  • fast range-based searching for numeric, date, time, latitude and longitude values;
  • fast wildcard (pattern) searching without the need for partial indexes;
  • elimination of false matches (the number of matching records is always correct);
  • no need for nightly / weekly maintenance to rebuild indexes;
  • no configured limit on the number of records in a module; and
  • no bit-slicing phase when a re-index is performed.

Details here.

Related Topics Link IconRelated Topics